home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- if sprite(the currentSpriteNum).foreColor = 70 then
- sprite(the currentSpriteNum).foreColor = 70
- member("Title4").foreColor = 0
- else
- if sprite(the currentSpriteNum).foreColor <> 70 then
- sprite(the currentSpriteNum).foreColor = 255
- member("Title4").foreColor = 0
- end if
- end if
- end
-
- on mouseLeave
- cursor(0)
- if sprite(the currentSpriteNum).foreColor = 70 then
- sprite(the currentSpriteNum).foreColor = 70
- member("Title4").foreColor = 0
- else
- if sprite(the currentSpriteNum).foreColor <> 70 then
- sprite(the currentSpriteNum).foreColor = 246
- member("Title4").foreColor = 255
- end if
- end if
- end
-
- on mouseDown
- go("Title4")
- end
-